in a row 成一长行, 连续, 一连串; 连续,一连串; 连续不断地,接连; 连续的; 连续地; 排成一排(行); 站成一排
row n. 1.(一)排,(一)行;一排(座位);行列,横列。 2.(两旁或一旁有房屋的)路,街〔英国常用作某种行业占用的街道、地区〕。 3.【无线电】天线阵。 4.〔the R-〕〔英国〕=Rotten R- 伦敦海德公园中的骑马道。 It doesn't amount to a row of beans. 〔美、俚〕这实在不算什么。 at the end of one's row 〔美国〕沦落不堪;万不得已。 have a hard [long] row to hoe 〔美国〕有麻烦事,有巨大任务。 hoe one's own row 〔美国〕做自己的事情,自扫门前雪。 in a row 成一排;连续,一连串。 in rows 排列着。 in the front row 在头排;〔美国〕胜人一等的,优秀的。 vt. 使成行,使成排 (up)。 vt. 1.划(船),用…划,划运;摆渡。 2.划船去参加(竞渡等);赛划。 Shall I row you to the shore 要我来把你划运到岸边吗? The boat rows six oars. 小艇用六把桨划。 look one way and row another 〔俚语〕看东划西,声东击西。 row a fast stroke 拼命划。 row a race 竞渡,赛艇。 row bow [stroke, five] (in the boat) 担任(小艇)前桨手[整调手,五号划手]。 rowdown 划着赶上。 rowdry 不溅水地划;空划。 row in the eight 作八人小艇选手出场。 row in the Oxford boat 作牛津大学选手去赛艇。 row in the same boat 同划小船;同干一工作,有同一处境,抱同样见解;风雨同舟。 row out 使划累。 row over 划赢。 row 30 to the minute 一分钟划三十次。 row up Salt River 〔美国〕使反对党失败。 row wet 水花四溅地划。 vi. 1.划船,荡桨,摇橹。 2.参加竞渡[赛艇];赛划。 n. 划,一划,划船,划船旅行;划程。 n. 〔口语〕吵嚷,吵架,争吵;谴责;打架; What is the row? 吵嚷些什么? 怎么啦? We've had awful rows now and then. 我们常常争吵的很厉害。 get into a row 挨骂,被斥责。 have a row with 和…争吵。 Hold your row! 〔口语〕住口! 别吵! kick up a row=make a row 起哄,吵闹;抗议。 make a row about 因…谴责。 pick a row with 和…争吵。 vt. 〔口语〕责骂,申斥,责备。 row sb. up 〔美国〕责备某人。 vi. 〔口语〕争吵,吵闹。
Innodb uses a finer grain of locking mechanism , row - level locking Innodb使用更小粒度的锁定机制行级别的锁定。
Row - level locking is automatic 行级锁定为自动。
If table locking is not used , the default uses row - level locks , unless the 如果未使用表锁定,默认使用行级锁定,除非
Row - level locks used 使用行级锁定
By default , row - level locking is used for data pages , and page - level locking is used for index pages 默认情况下,行级锁定用于数据页,页级锁定用于索引页。
After acquiring the stronger lock , all page - and row - level locks held by the transaction on the table are released 得到更强的锁后,事务在表上所持有的所有页级及行级锁都将予以释放。
Specifies that a bulk update table - level lock is acquired for the duration of the bulk load operation ; otherwise , a row - level lock is acquired 指定在大容量加载操作期间获取大容量更新表级别的锁;否则,获取行级别的锁。
Lock hints rowlock , updlock , and xlock that acquire row - level locks may place locks on index keys rather than the actual data rows 获取行级别锁的锁提示rowlock 、 updlock和xlock ,则可能对索引键而不是实际的数据行采用锁。
There are little tricks one can do to increase concurrency , but if your applications need table - level or row - level locks , a dbms will better suit your needs 虽然有一些增加并发的技巧,但是,如果应用程序需要的是表级别或行级别的锁定,那么dbms能够更好地满足您的需求。
Each index record contains a five - byte header that may be preceded by a variable - length header . the header is used to link together consecutive records , and also in row - level locking 每个索引记录包含一个五字节的头,在它之前还有一个变长的头。这个头是用来连接连续的记录,也用于行级锁。